home *** CD-ROM | disk | FTP | other *** search
- /* ====================
- * PedHandlerOpenDoc.cc
- * ====================
- */
-
- #include "PedestalDebugging.h"
-
- // Pedestal
- #include "PedHandlerOpenDoc.hh"
- #include "PedApplication.hh"
-
-
- PedHandlerOpenDoc::PedHandlerOpenDoc(PedApplication &inApp)
- : mApp(inApp)
- {
- }
-
- PedHandlerOpenDoc::~PedHandlerOpenDoc()
- {
- }
-
- void
- PedHandlerOpenDoc::NotifyAppOpenDocEvent()
- {
- mApp.NotifyOpenDocEvent();
- }
-
- void
- PedHandlerOpenDoc::DoOpenDoc(FSSpec &inFSS)
- {
- }
-